Remove ia64 CFLAGS "-O1" workaround
authorRob Browning <rlb@defaultvalue.org>
Sun, 2 Oct 2016 17:55:53 +0000 (12:55 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Oct 2016 18:00:44 +0000 (13:00 -0500)
debian/rules

index 9217514ca23cf7026f670fdf7e1861271242f14d..f4410e74e81fbdc71200da509f94e461feed6bc1 100755 (executable)
@@ -108,14 +108,6 @@ CFLAGS += -Wall
 LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
 
-ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-  ifneq (,$(filter $(DEB_HOST_ARCH),ia64))
-    # Fix a problem with newer versions of gcc on ia64.
-    # See bugs #582439 and #679986.
-    CFLAGS += -O1
-  endif # eq ia64
-endif
-
 joblimit := $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 ifeq (,$(joblimit))
   joblimit := 1